Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22373 | GEN002718 | SV-64097r1_rule | Low |
Description |
---|
To prevent unauthorized access or manipulation of system audit logs, the tools for manipulating those logs must be protected. |
STIG | Date |
---|---|
Oracle Linux 5 Security Technical Implementation Guide | 2016-12-20 |
Check Text ( C-52511r1_chk ) |
---|
Check the permissions of audit tool executables. # ls -l /sbin/auditctl /sbin/auditd /sbin/ausearch /sbin/aureport /sbin/autrace /sbin/audispd If the permissions include a '+' the file has an extended ACL, this is a finding. |
Fix Text (F-54623r1_fix) |
---|
Remove the extended ACL from the file. # setfacl --remove-all [audit file] |